CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - java A

搜索资源列表

  1. JAVA-mp3player

    0下载:
  2. 这是我用java编的一个应用程序,用java做的一个播放器程序。-This is what I use for a java application, using java to do a broadcast program.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-28
    • 文件大小:497403
    • 提供者:郑德荣
  1. java

    0下载:
  2. 这是一个用java编写的学生成绩管理系统,其中有用到数据库-This is a java to prepare students to use performance management system, useful to the database
  3. 所属分类:JavaScript

    • 发布日期:2017-05-12
    • 文件大小:2940162
    • 提供者:zhaowh
  1. java

    0下载:
  2. 类的继承,定义了水果类,苹果类,菠萝类,将这些类放在一个包中,编写主函数,然后调用这些类,实现类的继承-Type of inheritance, the definition of a fruit, Apple Class, pineapple categories, these categories will be placed in a package, the preparation of the main function, and then call these categories,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1634
    • 提供者:dinglei
  1. gcc-java-3.3.1.tar

    0下载:
  2. this gcc-g++-3.3.1.tar.gz is a source file of gcc, you can learn more about gcc through this codes file,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-17
    • 文件大小:4618857
    • 提供者:hechengyan
  1. java

    0下载:
  2. java算法大全,有近100多种常见算法的源代码,是学习JAVA算法的难得资料。-java algorithm Guinness, nearly more than 100 kinds of common algorithm source code is a unique learning algorithm JAVA information.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1110863
    • 提供者:Illinois
  1. CRM-java

    0下载:
  2. 是一个培训机构的项目训练,这个训练我觉得还是挺基础不错的。-Training institutions is a project training, the training I think it pretty good foundation.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3260278
    • 提供者:cc
  1. Java_book

    0下载:
  2. Java a beginner s guide 3 edition
  3. 所属分类:Java Develop

    • 发布日期:2017-05-17
    • 文件大小:4308399
    • 提供者:mohammed teeti
  1. Java

    0下载:
  2. 运用数据和恢复现场的原理,完成了对银行家算法的演示。-Using the data and restore the principles of the site, completed a demonstration of banker' s algorithm.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:2023
    • 提供者:刘传友
  1. Java

    0下载:
  2. 教师信息管理系统 简单的java课程设计范例-Teacher Information Management System for the design of a simple example of java program
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2872986
    • 提供者:yxd
  1. sha256.java

    0下载:
  2. Sha256 Algorithm. The SHA hash functions are a set of cryptographic hash functions designed by the National Security Agency (NSA) and published by the NIST as a U.S. Federal Information Processing Standard. SHA stands for Secure Hash Algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:3274
    • 提供者:patataman
  1. CompilerDesign

    0下载:
  2. This a prototype for the Compiler design basic steps written in java. A tokenizer to get the tokens from the Input code.-This is a prototype for the Compiler design basic steps written in java. A tokenizer to get the tokens from the Input code.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:10776
    • 提供者:Saad
  1. BlockGame(Java)

    0下载:
  2. 俄罗斯方块游戏用Java语言实现,对java学习者来说是个很好的实例练习! -Tetris game using Java language, learners of java is a good example of practice!
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:55140
    • 提供者:ocean
  1. SimpsonsRule.java

    0下载:
  2. Simpsons Integration: In numerical analysis, Simpson s rule is a method for numerical integration, the numerical approximation of definite integrals. Specifically:
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:938
    • 提供者:challe
  1. Java

    0下载:
  2. 是用纯Java开发的,用来进行网站镜像抓取的工具,可以使用配制文件中提供的URL入口,把这个网站所有的能用浏览器通过GET的方式获取到的资源全部抓取到本地,包括网页和各种类型的文件,如:图片、flash、mp3、zip、rar、exe等文件。可以将整个网站完整地下传至硬盘内,并能保持原有的网站结构精确不变。只需要把抓取下来的网站放到web服务器(如:Apache)中,就可以实现完整的网站镜像。-Is developed in pure Java, used to crawl Web site m
  3. 所属分类:Java Develop

    • 发布日期:2017-05-17
    • 文件大小:4943751
    • 提供者:blackieliu
  1. Chat(java)

    0下载:
  2. 一个用java编写的聊天程序,包括服务器与客户端-Prepared to use a java chat program, including server and client
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:22590
    • 提供者:李月
  1. FIFOandLRU(java)

    0下载:
  2. 这是一个用java实现的模拟操作系统的进程调度的FIFO算法和LRU算法。程序默认设置的系统分配给进程的页面数为3个、-This is a simulation using java operating system to achieve the process of the FIFO scheduling algorithm and LRU algorithm. Procedures for the allocation of the default settings of the syste
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:844
    • 提供者:123
  1. Calculator.java

    0下载:
  2. Java课程设计代码。这是一个关于简易科学计算器的程序。在JDK1.5上正常运行过。-Curriculum design Java code. This is a simple scientific calculator on the procedure. In normal operation on JDK1.5 too.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:2462
    • 提供者:卓如
  1. 77xiaoshou

    0下载:
  2. 一个简单的销售系统,用java开发的,有数据库和源码。希望对大家有帮组。-A simple marketing system, developed using java, a database and source code. We would like to have help group.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3249162
    • 提供者:小包
  1. java-sql-demo

    0下载:
  2. a simple java sql demonstration..modify te source to suit your database..existing sql knowledge required
  3. 所属分类:MySQL

    • 发布日期:2017-03-24
    • 文件大小:18832
    • 提供者:mosey
  1. Java

    0下载:
  2. 六个java程序中包含:java计算器,java连接lotus的代码,java实现URL带参数请求,TelnetApp,简单的聊天室应用程序,利用Javamail来发送邮件六个源程序代码,希望对大家有帮助。。。 -Java program to include six: java calculator, java code lotus connections, java realization of the request URL with parameters, TelnetApp, a si
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:7980
    • 提供者:Henry
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com